| 1. | Must be a single - valued attribute of type integer 必须是类型为integer的单值属性。 |
| 2. | With type integer was added 添加了具有integer类型的 |
| 3. | Ensures that all data types integers , floating point numbers , strings , and so on are correct 确保所有数据类型(整数、浮点数、字符串等)都是正确的。 |
| 4. | Begintrans returns a value of type integer , indicating the nesting level of the new transaction 值是事务嵌套的层次,如果只能开一层事务,何必要有返回值? |
| 5. | It logically represents a single value , similar to primitive types integer , double , and so on 它在逻辑上表示单个值,与基元类型(整型、双精度型等)类似。 |
| 6. | For example , a parameter of type button color is imported as type integer , since button color is an alias for an integer 例如, button _ color类型的参数将当作整数类型导入,这是因为button _ color是整数的别名。 |
| 7. | Figure f shows the result after two fields have been added , one of type integer and one of type character with an additional editbox to specify the length 图f显示了添加两个字段后的结果,其中一个字段的类型为integer ,另一个的类型为character (包含一个用来指定长度的附加编辑框) 。 |
| 8. | After the input and output mappings are defined , the final piece to this puzzle is the type mapping - which as you can see maps a java type integer to a relational database type integer 定义了输入和输出映射后,困惑我们的最后一点是类型映射?您可以看到,它将java类型( integer )映射到关系数据库类型( integer ) 。 |
| 9. | If you want to add a field called personid of type integer , which should not be null , and a field name of type character with a length of 42 , which could be null , then the sql command would be 如果要添加名为personid和name的字段,前者的字段类型为integer ,并且不应该为null ,后者的字段类型为character , length为42 ,并且可以为null ,那么, sql命令将如下所示: |